[INFO] cloning repository https://github.com/mboros1/hackrf_rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mboros1/hackrf_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmboros1%2Fhackrf_rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmboros1%2Fhackrf_rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ca8512bea324986cfb61432c6fa910f0e83107c5
[INFO] fixing mboros1/hackrf_rs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmboros1%2Fhackrf_rs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mboros1/hackrf_rs
[INFO] finished tweaking git repo https://github.com/mboros1/hackrf_rs
[INFO] tweaked toml for git repo https://github.com/mboros1/hackrf_rs written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mboros1/hackrf_rs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mboros1/hackrf_rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded safe_arch v0.9.2
[INFO] [stderr]   Downloaded bytemuck v1.24.0
[INFO] [stderr]   Downloaded wide v0.8.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1888af6f16421a3534e08a35facda87f4c725a4acbec64c906c0ed6dbbc8fef6
[INFO] running `Command { std: "docker" "start" "1888af6f16421a3534e08a35facda87f4c725a4acbec64c906c0ed6dbbc8fef6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1888af6f16421a3534e08a35facda87f4c725a4acbec64c906c0ed6dbbc8fef6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1888af6f16421a3534e08a35facda87f4c725a4acbec64c906c0ed6dbbc8fef6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1888af6f16421a3534e08a35facda87f4c725a4acbec64c906c0ed6dbbc8fef6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking safe_arch v0.9.2
[INFO] [stderr]     Checking wide v0.8.1
[INFO] [stderr]     Checking hackrf_rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `i16x8`
[INFO] [stdout]  --> src/framer.rs:1:19
[INFO] [stdout]   |
[INFO] [stdout] 1 | use wide::{f32x8, i16x8};
[INFO] [stdout]   |                   ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `i16x8`
[INFO] [stdout]  --> src/framer.rs:1:19
[INFO] [stdout]   |
[INFO] [stdout] 1 | use wide::{f32x8, i16x8};
[INFO] [stdout]   |                   ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `f32x8: From<[f32]>` is not satisfied
[INFO] [stdout]    --> src/framer.rs:82:17
[INFO] [stdout]     |
[INFO] [stdout]  82 |         let a = f32x8::from(iq[i..i+8]);
[INFO] [stdout]     |                 ^^^^^ the trait `From<[f32]>` is not implemented for `f32x8`
[INFO] [stdout]     |
[INFO] [stdout] help: `f32x8` implements trait `From<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wide-0.8.1/src/lib.rs:488:7
[INFO] [stdout]     |
[INFO] [stdout] 488 |       $(impl From<$arr> for $simd {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^ `From<[f32; 8]>`
[INFO] [stdout] ...
[INFO] [stdout] 503 | / impl_from_a_for_b_with_cast! {
[INFO] [stdout] 504 | |   ([f32;16], f32x16), ([f32;8], f32x8),
[INFO] [stdout] 505 | |   ([f32;4], f32x4), ([f64;8], f64x8), ([f64;4], f64x4), ([f64;2], f64x2),
[INFO] [stdout] 506 | |   ([i8;32], i8x32), ([i8;16], i8x16), ([i16;8], i16x8), ([i16;16], i16x16), ([i16;32], i16x32), ([i32;8], i32x8), ([i32;4], i32x4...
[INFO] [stdout] 507 | |   ([u8;32], u8x32), ([u8;16], u8x16), ([u16;8], u16x8), ([u16;16], u16x16), ([u16;32], u16x32), ([u32;8], u32x8), ([u32;4], u32x4...
[INFO] [stdout] 508 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 512 |       $(impl From<$elem> for $simd {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ `From<f32>`
[INFO] [stdout] ...
[INFO] [stdout] 529 | / impl_from_single_value! {
[INFO] [stdout] 530 | |   ([f32;16], f32x16), ([f32;8], f32x8),
[INFO] [stdout] 531 | |   ([f32;4], f32x4), ([f64;8], f64x8), ([f64;4], f64x4), ([f64;2], f64x2),
[INFO] [stdout] 532 | |   ([i8;32], i8x32), ([i8;16], i8x16), ([i16;8], i16x8), ([i16;16], i16x16), ([i16;32], i16x32), ([i32;8], i32x8), ([i32;4], i32x4...
[INFO] [stdout] 533 | |   ([u8;32], u8x32), ([u8;16], u8x16), ([u16;8], u16x8), ([u16;16], u16x16), ([u16;32], u16x32), ([u32;8], u32x8), ([u32;4], u32x4...
[INFO] [stdout] 534 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 662 |       impl From<&[$ty]> for $dst_wide {
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `From<&[f32]>`
[INFO] [stdout] ...
[INFO] [stdout] 708 |   from_array!(f32, f32, f32x8, 8);
[INFO] [stdout]     |   ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `impl_from_a_for_b_with_cast` which comes from the expansion of the macro `from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `[f32]` cannot be known at compilation time
[INFO] [stdout]   --> src/framer.rs:82:29
[INFO] [stdout]    |
[INFO] [stdout] 82 |         let a = f32x8::from(iq[i..i+8]);
[INFO] [stdout]    |                 ----------- ^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Sized` is not implemented for `[f32]`
[INFO] [stdout] note: required by a bound in `from`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/convert/mod.rs:594:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `f32x8: From<[f32]>` is not satisfied
[INFO] [stdout]    --> src/framer.rs:82:17
[INFO] [stdout]     |
[INFO] [stdout]  82 |         let a = f32x8::from(iq[i..i+8]);
[INFO] [stdout]     |                 ^^^^^ the trait `From<[f32]>` is not implemented for `f32x8`
[INFO] [stdout]     |
[INFO] [stdout] help: `f32x8` implements trait `From<T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wide-0.8.1/src/lib.rs:488:7
[INFO] [stdout]     |
[INFO] [stdout] 488 |       $(impl From<$arr> for $simd {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^ `From<[f32; 8]>`
[INFO] [stdout] ...
[INFO] [stdout] 503 | / impl_from_a_for_b_with_cast! {
[INFO] [stdout] 504 | |   ([f32;16], f32x16), ([f32;8], f32x8),
[INFO] [stdout] 505 | |   ([f32;4], f32x4), ([f64;8], f64x8), ([f64;4], f64x4), ([f64;2], f64x2),
[INFO] [stdout] 506 | |   ([i8;32], i8x32), ([i8;16], i8x16), ([i16;8], i16x8), ([i16;16], i16x16), ([i16;32], i16x32), ([i32;8], i32x8), ([i32;4], i32x4...
[INFO] [stdout] 507 | |   ([u8;32], u8x32), ([u8;16], u8x16), ([u16;8], u16x8), ([u16;16], u16x16), ([u16;32], u16x32), ([u32;8], u32x8), ([u32;4], u32x4...
[INFO] [stdout] 508 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 512 |       $(impl From<$elem> for $simd {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ `From<f32>`
[INFO] [stdout] ...
[INFO] [stdout] 529 | / impl_from_single_value! {
[INFO] [stdout] 530 | |   ([f32;16], f32x16), ([f32;8], f32x8),
[INFO] [stdout] 531 | |   ([f32;4], f32x4), ([f64;8], f64x8), ([f64;4], f64x4), ([f64;2], f64x2),
[INFO] [stdout] 532 | |   ([i8;32], i8x32), ([i8;16], i8x16), ([i16;8], i16x8), ([i16;16], i16x16), ([i16;32], i16x32), ([i32;8], i32x8), ([i32;4], i32x4...
[INFO] [stdout] 533 | |   ([u8;32], u8x32), ([u8;16], u8x16), ([u16;8], u16x8), ([u16;16], u16x16), ([u16;32], u16x32), ([u32;8], u32x8), ([u32;4], u32x4...
[INFO] [stdout] 534 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 662 |       impl From<&[$ty]> for $dst_wide {
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `From<&[f32]>`
[INFO] [stdout] ...
[INFO] [stdout] 708 |   from_array!(f32, f32, f32x8, 8);
[INFO] [stdout]     |   ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `impl_from_a_for_b_with_cast` which comes from the expansion of the macro `from_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `[f32]` cannot be known at compilation time
[INFO] [stdout]   --> src/framer.rs:82:29
[INFO] [stdout]    |
[INFO] [stdout] 82 |         let a = f32x8::from(iq[i..i+8]);
[INFO] [stdout]    |                 ----------- ^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Sized` is not implemented for `[f32]`
[INFO] [stdout] note: required by a bound in `from`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/convert/mod.rs:594:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hackrf_rs` (bin "hackrf_rs") due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `hackrf_rs` (bin "hackrf_rs" test) due to 2 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "1888af6f16421a3534e08a35facda87f4c725a4acbec64c906c0ed6dbbc8fef6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1888af6f16421a3534e08a35facda87f4c725a4acbec64c906c0ed6dbbc8fef6", kill_on_drop: false }`
[INFO] [stdout] 1888af6f16421a3534e08a35facda87f4c725a4acbec64c906c0ed6dbbc8fef6
